home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue69 / OpenGL / GLPickDemo.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  2001-04-16  |  1.5 KB  |  81 lines

  1. object Form1: TForm1
  2.   Left = 179
  3.   Top = 156
  4.   Width = 581
  5.   Height = 437
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TV1: TTreeView
  19.     Left = 306
  20.     Top = 0
  21.     Width = 181
  22.     Height = 410
  23.     Align = alRight
  24.     AutoExpand = True
  25.     Indent = 19
  26.     ReadOnly = True
  27.     TabOrder = 0
  28.     OnMouseUp = TV1MouseUp
  29.   end
  30.   object Panel2: TPanel
  31.     Left = 487
  32.     Top = 0
  33.     Width = 86
  34.     Height = 410
  35.     Align = alRight
  36.     BevelOuter = bvLowered
  37.     TabOrder = 1
  38.     object ZoomIn: TButton
  39.       Left = 15
  40.       Top = 25
  41.       Width = 61
  42.       Height = 25
  43.       Caption = 'Zoom In'
  44.       TabOrder = 0
  45.       OnClick = ZoomInClick
  46.     end
  47.     object ZoomOut: TButton
  48.       Left = 15
  49.       Top = 60
  50.       Width = 61
  51.       Height = 26
  52.       Caption = 'Zoom Out'
  53.       TabOrder = 1
  54.       OnClick = ZoomOutClick
  55.     end
  56.     object ViewPos: TComboBox
  57.       Left = 5
  58.       Top = 110
  59.       Width = 76
  60.       Height = 21
  61.       Style = csDropDownList
  62.       ItemHeight = 13
  63.       TabOrder = 2
  64.       OnChange = ViewPosChange
  65.       Items.Strings = (
  66.         'Front'
  67.         'Above'
  68.         'Side'
  69.         'Behind')
  70.     end
  71.     object StaticText1: TStaticText
  72.       Left = 5
  73.       Top = 90
  74.       Width = 36
  75.       Height = 17
  76.       Caption = 'Viewer'
  77.       TabOrder = 3
  78.     end
  79.   end
  80. end
  81.